9 lines
98 B
Ruby
9 lines
98 B
Ruby
class Origami::MpuController < BaseOrigamiController
|
|
|
|
def index
|
|
end
|
|
|
|
def create
|
|
end
|
|
end
|