11 lines
109 B
Ruby
11 lines
109 B
Ruby
class Origami::OthersPaymentsController < BaseOrigamiController
|
|
|
|
|
|
def index
|
|
end
|
|
|
|
def create
|
|
end
|
|
|
|
end
|