We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruby Version: 2.7.2
Rails Version: 6.0.3.4
PostgreSQL Version: 11.1
Logidze Version: 1.0
bundle exec rails generate logidze:model Rule
AddLogidzeToRules < ActiveRecord::Migration[6.0]
AddLogidzeToRules < ActiveRecord::Migration[5.0]
logidze/lib/generators/logidze/install/templates/migration.rb.erb
Line 1 in edb8c64
class <%= @migration_class_name %> < "ActiveRecord::Migration[#{ActiveRecord::Migration.current_version}]"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tell us about your environment
Ruby Version: 2.7.2
Rails Version: 6.0.3.4
PostgreSQL Version: 11.1
Logidze Version: 1.0
What did you do?
What did you expect to happen?
What actually happened?
Source of issue
logidze/lib/generators/logidze/install/templates/migration.rb.erb
Line 1 in edb8c64
Potential Fix
The text was updated successfully, but these errors were encountered: