7 lines
93 B
Ruby
7 lines
93 B
Ruby
class Origami::HomeController < BaseOrigamiController
|
|
def index
|
|
end
|
|
def show
|
|
end
|
|
end
|