Class: LesliAdmin::ProfilesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/lesli_admin/profiles_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject

GET /profile GET /profile.json



39
40
41
42
43
44
45
46
# File 'app/controllers/lesli_admin/profiles_controller.rb', line 39

def show
    respond_to do |format|
        format.html {}
        format.json do
            respond_with_successful()
        end
    end
end