Added MeasurementsController
command: rails generate redmine_plugin_controller body_tracking measurements index create destroy
This commit is contained in:
1
app/views/measurements/create.html.erb
Normal file
1
app/views/measurements/create.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<h2>MeasurementsController#create</h2>
|
||||
1
app/views/measurements/destroy.html.erb
Normal file
1
app/views/measurements/destroy.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<h2>MeasurementsController#destroy</h2>
|
||||
1
app/views/measurements/index.html.erb
Normal file
1
app/views/measurements/index.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<h2>MeasurementsController#index</h2>
|
||||
Reference in New Issue
Block a user