Added nutrient model
command: rails generate redmine_plugin_model body_tracking nutrient ingredient:references quantity:references unit:references amount:decimal
This commit is contained in:
2
app/models/nutrient.rb
Normal file
2
app/models/nutrient.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class Nutrient < ActiveRecord::Base
|
||||
end
|
||||
Reference in New Issue
Block a user