Class: LesliSupport::CatalogsController
- Inherits:
-
ApplicationController
- Object
- Lesli::ApplicationLesliController
- ApplicationController
- LesliSupport::CatalogsController
- Defined in:
- app/controllers/lesli_support/catalogs_controller.rb
Instance Method Summary collapse
Instance Method Details
#options ⇒ Object
3 4 5 6 7 8 9 10 |
# File 'app/controllers/lesli_support/catalogs_controller.rb', line 3 def respond_to do |format| format.html { } format.json do respond_with_successful(CatalogService.new(current_user, query).) end end end |