Module: Archangel::SeoableConcern
- Extended by:
- ActiveSupport::Concern
- Included in:
- FrontendController
- Defined in:
- app/controllers/concerns/archangel/seoable_concern.rb
Overview
Controller SEO concern
Instance Method Summary collapse
-
#apply_meta_tags(meta_tags = {}) ⇒ Object
Set meta tags.
Instance Method Details
#apply_meta_tags(meta_tags = {}) ⇒ Object
Set meta tags
19 20 21 22 23 |
# File 'app/controllers/concerns/archangel/seoable_concern.rb', line 19 def ( = {}) = .reject { |_name, value| value.blank? } () end |