command: rails generate redmine_plugin_model body_tracking nutrient ingredient:references quantity:references unit:references amount:decimal
3 lines
40 B
Ruby
3 lines
40 B
Ruby
class Nutrient < ActiveRecord::Base
|
|
end
|