Class: Bookable::Generators::CssGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/bookable/generators/bookable/css_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_cssObject



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