Sha256: 54175a517946034a48da73a55da621d945284b4e33efdd664e3815ff0e1e0b61
Contents?: true
Size: 511 Bytes
Versions: 2
Compression:
Stored size: 511 Bytes
Contents
module Elabs module Concerns # This concern is meant to be included in controllers extending # other plugins/engines controllers (i.e.: Devise) # This should not be used on Elabs controllers, as everything here is declared # in ElabsApplicationController. module ElabsController extend ActiveSupport::Concern included do helper Elabs::ApplicationHelper helper Elabs::ContentFiltersHelper layout 'elabs/layouts/application' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elabs-2.0.0 | app/controllers/elabs/concerns/elabs_controller.rb |
elabs-2.0.0.pre | app/controllers/elabs/concerns/elabs_controller.rb |