Class: RailsEventStore::Generators::BrowserViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- RailsEventStore::Generators::BrowserViewsGenerator
- Defined in:
- lib/generators/rails_event_store/browser_views_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_views ⇒ Object
11 12 13 |
# File 'lib/generators/rails_event_store/browser_views_generator.rb', line 11 def copy_views directory ".", "app/views/ruby_event_store_browser" end |
#instructions ⇒ Object
15 16 17 18 |
# File 'lib/generators/rails_event_store/browser_views_generator.rb', line 15 def instructions say "Browser picks these views up automatically. Delete the files you do not customize - " \ "anything missing falls back to the views built into the gem." end |