Rails thinks that weave - weaves and that weaves - weaf
Exactly what a weaf is... well I don't know either.
Fix:
ActiveSupport::Inflector.inflections do |inflect|
inflect.irregular 'weave', 'weaves'
inflect.irregular 'weaves', 'weave'
end
in your config/initializers/inflections.rb
No comments:
Post a Comment