Class: Admin::Muck::ProfilesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/admin/muck/profiles_controller.rb

Instance Method Summary collapse

Instance Method Details

#editObject



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