Class: Forem::ForumsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Forem::ForumsController
- Defined in:
- app/controllers/forem/forums_controler.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#authenticate_forem_user, #current_user
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/forem/forums_controler.rb', line 3 def index @forums = Forem::Forum.all end |
#show ⇒ Object
7 8 9 |
# File 'app/controllers/forem/forums_controler.rb', line 7 def show @forum = Forem::Forum.find(params[:id]) end |