You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I type rails g translateable:migration petition addressee (with or without 'en' as additional parameter), I get
(erb):16:in `migration_template': undefined method `index_exists?' for #<Transla
teable::MigrationGenerator:0xc10ad18> (NoMethodError)
from C:/RailsInstaller/Ruby2.3.3/lib/ruby/2.3.0/erb.rb:864:in `eval'
from C:/RailsInstaller/Ruby2.3.3/lib/ruby/2.3.0/erb.rb:864:in `result'
from C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/railties-5.1.0
/lib/rails/generators/migration.rb:64:in `block in migration_template'
from C:/RailsInstaller/Ruby2.3.3/lib/ruby/gems/2.3.0/gems/thor-0.20.3/li
b/thor/actions/create_file.rb:53:in `render'
The text was updated successfully, but these errors were encountered:
When I type
rails g translateable:migration petition addressee
(with or without 'en' as additional parameter), I getThe text was updated successfully, but these errors were encountered: