Sha256: 8f82d12260300d1754a664f414c30461b34def22ed69e5170574db3348695e4c
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
module ChosenTemplate module ActionControllerExtensions extend ActiveSupport::Concern def choosable_templates include ChosenTemplate::ChoosableTemplateController end end end ActionController::Base.extend ChosenTemplate::ActionControllerExtensions
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chosen_template-1.0.0 | lib/chosen_template/action_controller_extensions.rb |
chosen_template-0.1.0 | lib/chosen_template/action_controller_extensions.rb |