Class: Moxie::ForumsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Moxie::ForumsController
- Defined in:
- app/controllers/moxie/forums_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'app/controllers/moxie/forums_controller.rb', line 8 def index @forums = Forum.all respond_to do |format| format.html # index.html.erb format.xml { render :xml => @forums } end end |