Class: Admin::Muck::ProfilesController
- Inherits:
-
BaseController
- Object
- BaseController
- Admin::Muck::ProfilesController
- Defined in:
- app/controllers/admin/muck/profiles_controller.rb
Instance Method Summary collapse
Instance Method Details
#edit ⇒ Object
3 4 5 6 7 |
# File 'app/controllers/admin/muck/profiles_controller.rb', line 3 def edit respond_to do |format| format.html { render :template => 'admin/profiles/edit' } end end |