Class: Workarea::Api::Storefront::AssetsController
- Inherits:
-
ApplicationController
- Object
- Workarea::ApplicationController
- ApplicationController
- Workarea::Api::Storefront::AssetsController
- Defined in:
- app/controllers/workarea/api/storefront/assets_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from UserActivity
#assert_current_user_activity_id, #current_user_activity_id, #user_activity
Methods included from Authentication
#authentication?, #current_user
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/workarea/api/storefront/assets_controller.rb', line 5 def show @asset = Content::Asset.find(params[:id]) end |