18 lines
191 B
Ruby
18 lines
191 B
Ruby
class Origami::PaymentsController < BaseOrigamiController
|
|
|
|
|
|
def index
|
|
end
|
|
|
|
def create
|
|
#payment type
|
|
#sale status
|
|
#point - get [ food amount ]
|
|
end
|
|
|
|
def show
|
|
|
|
end
|
|
|
|
end
|