Class: Octodmin::Controllers::Site::Show
- Inherits:
-
Object
- Object
- Octodmin::Controllers::Site::Show
- Includes:
- Action
- Defined in:
- app/controllers/site/show.rb
Instance Method Summary collapse
Instance Method Details
#call(params) ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/site/show.rb', line 6 def call(params) self.format = :json @site = Octodmin::Site.new end |