Sha256: 2d77941bfbedf1cf0b8437e1c642acb8b1491364adc6d5a79a5806bc8def39dd

Contents?: true

Size: 215 Bytes

Versions: 2

Compression:

Stored size: 215 Bytes

Contents

module Fullstack
  module Carousel
    class InstallGenerator < Rails::Generators::Base
      def generate_migrations
        generate "migration:from slideshow_item slideshow_page_part"
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fullstack-carousel-0.1.3 lib/generators/fullstack/carousel/install_generator.rb
fullstack-carousel-0.1.2 lib/generators/fullstack/carousel/install_generator.rb