14 lines
131 B
Ruby
14 lines
131 B
Ruby
class Origami::ShiftsController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
def show
|
|
end
|
|
|
|
def new
|
|
end
|
|
|
|
def edit
|
|
end
|
|
end
|