5 lines
77 B
Ruby
5 lines
77 B
Ruby
class Origami::PayparController < ApplicationController
|
|
def create
|
|
end
|
|
end
|