12 lines
118 B
Ruby
Executable File
12 lines
118 B
Ruby
Executable File
class Origami::CashMgmtController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
def new
|
|
end
|
|
|
|
def create
|
|
end
|
|
|
|
end
|