Created Units controlle
command: rails generate redmine_plugin_controller body_tracking units create destroy
This commit is contained in:
8
app/controllers/units_controller.rb
Normal file
8
app/controllers/units_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class UnitsController < ApplicationController
|
||||
|
||||
def create
|
||||
end
|
||||
|
||||
def destroy
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user