7 lines
99 B
Ruby
7 lines
99 B
Ruby
class Origami::PaymentsController < BaseOrigamiController
|
|
def index
|
|
end
|
|
def create
|
|
end
|
|
end
|