kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

undefined method 'configure' for MetaTags::Module #90

Closed joelwalden closed 9 years ago

joelwalden commented 9 years ago

I get the above undefined method error when trying to configure via an initializer on Rails 4.1.13. Using meta-tags version 2.0.0. Also crops up when manually calling MetaTags.configure in the console, and configure doesn't show up in the list when running MetaTags.methods via pry.

kpumuk commented 9 years ago

This method is in master, but not yet release as a version. You can point your app adding this to Gemfile:

gem 'meta-tags', github: 'kpumuk/meta-tags'