Class: Hotwire::Spark::Installer
- Inherits:
-
Object
- Object
- Hotwire::Spark::Installer
- Defined in:
- lib/hotwire/spark/installer.rb
Instance Method Summary collapse
-
#initialize(application) ⇒ Installer
constructor
A new instance of Installer.
- #install ⇒ Object
Constructor Details
#initialize(application) ⇒ Installer
Returns a new instance of Installer.
2 3 4 |
# File 'lib/hotwire/spark/installer.rb', line 2 def initialize(application) @application = application end |
Instance Method Details
#install ⇒ Object
6 7 8 9 10 |
# File 'lib/hotwire/spark/installer.rb', line 6 def install configure_cable_server configure_middleware monitor_paths end |