Class: Amiba::Site::Editor

Inherits:
Thor::Group
  • Object
show all
Includes:
Generator
Defined in:
lib/amiba/site.rb

Instance Method Summary collapse

Methods included from Generator

included

Instance Method Details

#editObject



13
14
15
16
# File 'lib/amiba/site.rb', line 13

def edit
  require 'amiba/frontend/app'
  Protozoa::App.run!(options)
end