Class: Amiba::Site::Editor
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Amiba::Site::Editor
- Includes:
- Generator
- Defined in:
- lib/amiba/site.rb
Instance Method Summary collapse
Methods included from Generator
Instance Method Details
#edit ⇒ Object
13 14 15 16 |
# File 'lib/amiba/site.rb', line 13 def edit require 'amiba/frontend/app' Protozoa::App.run!() end |