basic layout template
This commit is contained in:
8
app/controllers/install_controller.rb
Normal file
8
app/controllers/install_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class InstallController < BaseController
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user