class Fullstack::Carousel::InstallGenerator

Public Instance Methods

generate_migrations() click to toggle source
# File lib/generators/fullstack/carousel/install_generator.rb, line 4
def generate_migrations
  generate "migration:from slideshow_item slideshow_page_part"
end