Module: MetaTags::Controller
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/meta_tags/controller.rb
Instance Method Summary collapse
Instance Method Details
#meta_tags_store ⇒ Object
9 10 11 |
# File 'lib/meta_tags/controller.rb', line 9 def ||= MetaTags::Store.new(self) end |