Created BodyTrackers controller
command: rails generate redmine_plugin_controller body_tracking body_trackers index
This commit is contained in:
5
app/controllers/body_trackers_controller.rb
Normal file
5
app/controllers/body_trackers_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class BodyTrackersController < ApplicationController
|
||||
|
||||
def index
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user