7 lines
85 B
Ruby
7 lines
85 B
Ruby
class Origami::ReservationController < BaseOrigamiController
|
|
|
|
def index
|
|
|
|
end
|
|
end
|