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