1
0

Created ingredients controller

command: rails generate redmine_plugin_controller body_tracking
ingredients index create destroy
This commit is contained in:
cryptogopher
2019-09-13 14:03:39 +02:00
parent 7062652d0d
commit c916e7fd3c
10 changed files with 80 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
require File.expand_path('../../test_helper', __FILE__)
class IngredientsControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end