Class: Breeze::UpdateGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/breeze/update/update_generator.rb

Instance Method Summary collapse

Instance Method Details

#updateObject



7
8
9
# File 'lib/generators/breeze/update/update_generator.rb', line 7

def update
  copy_file "breeze_tailwind_styles.css", "app/assets/stylesheets/breeze_tailwind_styles.css"
end