Sha256: f01d59e5da916ed41b13772aa90ef06df9891f66789fc92f050581232db2879e

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

module RailsERD
  # Rails ERD integrates with Rails 3. If you add it to your +Gemfile+, you
  # will gain a Rake task called +erd+, which you can use to generate diagrams
  # of your domain model. See the README.rdoc file for more information.
  class Railtie < Rails::Railtie
    rake_tasks do
      load "rails_erd/tasks.rake"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-erd-0.3.0 lib/rails_erd/railtie.rb
rails-erd-0.2.0 lib/rails_erd/railtie.rb