Class: FakeCommunityController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- FakeCommunityController
- Defined in:
- app/controllers/fake_community_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#dashboard, #keyboard_tools, #upload
Instance Method Details
#communities ⇒ Object
2 3 4 5 |
# File 'app/controllers/fake_community_controller.rb', line 2 def communities @communities = Community.all render layout: 'without_sidebar' end |