Class: Swiper::Generators::SwiperGenerator

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

Instance Method Summary collapse

Instance Method Details

#generate_stylesObject



8
9
10
# File 'lib/generators/swiper/swiper_generator.rb', line 8

def generate_styles
  copy_file "assets/stylesheets/swiper.css", "app/assets/stylesheets/swiper.css"
end