Skip to content

Commit

Permalink
Merge pull request #12 from BjoernKW/master
Browse files Browse the repository at this point in the history
Changed call to ActionView::Helpers::InstanceTag to fix "uninitialized c...
  • Loading branch information
onomojo committed Nov 16, 2013
2 parents 3a6761e + 8211744 commit daf937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n_country_select.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
require "i18n_country_select/instance_tag"

ActionView::Base.send(:include, I18nCountrySelect::FormHelpers)
ActionView::Helpers::InstanceTag.send(:include, I18nCountrySelect::InstanceTag)
ActionView::Helpers::ActiveModelInstanceTag.send(:include, I18nCountrySelect::InstanceTag)
ActionView::Helpers::FormBuilder.send(:include, I18nCountrySelect::FormBuilder)

0 comments on commit daf937e

Please sign in to comment.