Module: Reusable::Rails::Controllers::StaticController
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/reusable/rails/controllers/static_controller.rb
Instance Method Summary collapse
Methods included from ActiveSupport::Concern
append_features, extended, included
Instance Method Details
#show ⇒ Object
24 25 26 |
# File 'lib/reusable/rails/controllers/static_controller.rb', line 24 def show render :template => current_page end |