Added Ingredients model
command: rails generate redmine_plugin_model body_tracking ingredient name:string ref_unit:references ref_amount:decimal hidden:boolean source:references group:integer
This commit is contained in:
2
app/models/ingredient.rb
Normal file
2
app/models/ingredient.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class Ingredient < ActiveRecord::Base
|
||||
end
|
||||
Reference in New Issue
Block a user