1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/app/controllers/body_trackers_controller.rb
cryptogopher 3e83693c28 Created BodyTrackers controller
command: rails generate redmine_plugin_controller body_tracking
body_trackers index
2019-08-08 22:33:58 +02:00

6 lines
76 B
Ruby

class BodyTrackersController < ApplicationController
def index
end
end