Class: CompanyController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- CompanyController
- Defined in:
- app/controllers/company_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
caches_page_with_cache_marker, #raise_not_found!
Instance Method Details
#index ⇒ Object
8 9 10 11 |
# File 'app/controllers/company_controller.rb', line 8 def index @composite = structure_by(slug: 'company-page-composite') respond_with @structure end |