6 lines
76 B
Ruby
6 lines
76 B
Ruby
class BodyTrackersController < ApplicationController
|
|
|
|
def index
|
|
end
|
|
end
|