Skip to content
Snippets Groups Projects
Commit 4a0b3c7e authored by Eric Franz's avatar Eric Franz
Browse files

finish rename

parent 5fc96a5c
No related branches found
Tags v0.10.1
1 merge request!17Integrate rails application template into CLI
......@@ -9,7 +9,7 @@ require "awesim/posix_acl"
require "awesim/lint"
require "awesim/permission"
require "awesim/maintenance"
require "awesim/rails_app_creator"
require "awesim/rails"
require "awesim/cli"
module AweSim
......
......@@ -136,6 +136,6 @@ module AweSim
subcommand "permission", Permission
desc "rails new", "create new app"
subcommand "rails", RailsAppCreator
subcommand "rails", Rails
end
end
require "thor"
module AweSim
class RailsAppCreator < Thor
class Rails < Thor
desc "new", "create a new app"
def newapp(app_name, *args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment