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
|
||||
2
app/helpers/body_trackers_helper.rb
Normal file
2
app/helpers/body_trackers_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module BodyTrackersHelper
|
||||
end
|
||||
1
app/views/body_trackers/index.html.erb
Normal file
1
app/views/body_trackers/index.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<h2>BodyTrackersController#index</h2>
|
||||
Reference in New Issue
Block a user