7 lines
100 B
Ruby
7 lines
100 B
Ruby
class Origami::DiscountsController < BaseOrigamiController
|
|
def index
|
|
end
|
|
def create
|
|
end
|
|
end
|