9 lines
84 B
Ruby
9 lines
84 B
Ruby
class InstallController < BaseController
|
|
|
|
def index
|
|
end
|
|
|
|
def create
|
|
end
|
|
end
|