8 lines
77 B
Ruby
8 lines
77 B
Ruby
class PayController < ApplicationController
|
|
|
|
def index
|
|
|
|
end
|
|
|
|
end
|