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