Created Unit model
command: rails generate redmine_plugin_model body_tracking unit name:string shortname:string type:integer
This commit is contained in:
2
app/models/unit.rb
Normal file
2
app/models/unit.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class Unit < ActiveRecord::Base
|
||||
end
|
||||
Reference in New Issue
Block a user