Files
sx-fc/app/controllers/origami/shifts_controller.rb
2017-06-28 10:34:42 +06:30

14 lines
131 B
Ruby

class Origami::ShiftsController < ApplicationController
def index
end
def show
end
def new
end
def edit
end
end