Class: Bookable::Generators::CssGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Bookable::Generators::CssGenerator
- Defined in:
- lib/bookable/generators/bookable/css_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_css ⇒ Object
6 7 8 9 |
# File 'lib/bookable/generators/bookable/css_generator.rb', line 6 def generate_css template "custom.css", "app/assets/stylesheets/custom.css" template "fullcalendar.css", "app/assets/stylesheets/fullcalendar.css" end |