Class: FakeCommunityController

Inherits:
ApplicationController show all
Defined in:
app/controllers/fake_community_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#dashboard, #keyboard_tools, #upload

Instance Method Details

#communitiesObject



2
3
4
5
# File 'app/controllers/fake_community_controller.rb', line 2

def communities
  @communities = Community.all
  render layout: 'without_sidebar'
end