Class: Registry::Action

Inherits:
Object show all
Defined in:
lib/radiant/extension/script.rb

Direct Known Subclasses

Installer, Uninstaller

Instance Method Summary collapse

Instance Method Details

#rake(command) ⇒ Object



31
32
33
# File 'lib/radiant/extension/script.rb', line 31

def rake(command)
  `rake #{command} RAILS_ENV=#{RAILS_ENV}`
end