Redmine 4.1.1
This commit is contained in:
parent
33e7b881a5
commit
3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions
|
@ -1,4 +1,4 @@
|
|||
class <%= @migration_class_name %> < ActiveRecord::Migration
|
||||
class <%= @migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
|
||||
def change
|
||||
create_table :<%= @table_name %> do |t|
|
||||
<% attributes.each do |attribute| -%>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
class <%= @model_class %> < ActiveRecord::Base
|
||||
class <%= @model_class %> < <%= parent_class_name.classify %>
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue