15 lines
122 B
Ruby
15 lines
122 B
Ruby
class Origami::PaymentsController < BaseOrigamiController
|
|
|
|
|
|
def index
|
|
|
|
end
|
|
|
|
def create
|
|
end
|
|
|
|
def show
|
|
|
|
end
|
|
end
|