Sha256: 211653181de2389861a0b6d948cdf08a6b4d9f83a65b8672d0de489ff0036fbf

Contents?: true

Size: 585 Bytes

Versions: 21

Compression:

Stored size: 585 Bytes

Contents

#:stopdoc:
require "rails/generators/active_record"

module RailsConnector
  module Generators
    class CommentsGenerator < Rails::Generators::Base
      include Rails::Generators::Migration

      source_root File.expand_path('../templates', __FILE__)

      def self.next_migration_number(dirname)
        ActiveRecord::Generators::Base.next_migration_number(dirname)
      end

      desc "Create a migration to create comments in your application."
      def generate_migration
        migration_template 'migration.rb', 'db/migrate/create_comments.rb'
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
infopark_rails_connector-6.8.0.210.ed204b0 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.110.6570b45 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.72.d18d096 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.23.da7f96b lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.16.def5e85 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.15.a24f5ff lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.891.647580e lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.889.d503e42 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.883.f5f063b lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.884.4bd86e6 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.869.9609b39 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.856.8c0fec5 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.809.bdfa8c3 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.785.05d4af9 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.744.99f67fc lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.720.44fbabd lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.713.e5c3150 lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.681.7c84f4a lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.663.ceecdee lib/generators/rails_connector/comments/comments_generator.rb
infopark_rails_connector-6.8.0.beta.200.650.7c93155 lib/generators/rails_connector/comments/comments_generator.rb