Add railroady gem which creates neat graphics for models / controller relationships.
This commit is contained in:
parent
5a139accae
commit
f4ab2deb36
2 changed files with 8 additions and 1 deletions
4
Gemfile
4
Gemfile
|
|
@ -43,3 +43,7 @@ gem 'twitter', '1.6.0'
|
|||
# group :development, :test do
|
||||
# gem 'webrat'
|
||||
# end
|
||||
group :development do
|
||||
# provides: rake diagram:all
|
||||
gem 'railroady'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue