Class: Phaseout::SEO::Base
- Inherits:
-
Object
- Object
- Phaseout::SEO::Base
- Defined in:
- lib/phaseout/seo.rb
Instance Method Summary collapse
-
#initialize(controller) ⇒ Base
constructor
A new instance of Base.
- #seo_tags_for(*args, &block) ⇒ Object
Constructor Details
#initialize(controller) ⇒ Base
Returns a new instance of Base.
14 15 16 |
# File 'lib/phaseout/seo.rb', line 14 def initialize(controller) @controller = controller end |
Instance Method Details
#seo_tags_for(*args, &block) ⇒ Object
18 19 20 |
# File 'lib/phaseout/seo.rb', line 18 def (*args, &block) @controller. *args, &block end |