Skip to content

Instantly share code, notes, and snippets.

@kirs

kirs/ar_tree.md Secret

Last active October 16, 2015 03:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kirs/ae8fdfdcc7884639d5a4 to your computer and use it in GitHub Desktop.
Save kirs/ae8fdfdcc7884639d5a4 to your computer and use it in GitHub Desktop.
  1. Есть рельсовое приложение, в нем есть куча моделей: (—> - связь между моделью)
Site ->
  User ->
    PostType1 ->
      Comment
    PostType2 ->
      Vote
    PostType3 ->
      SmthElse

Надо сделать скрипт, который покажет все модели и связи между ними.

  1. Вывести список атрибутов для каждой модели.

http://dointeractive.ru

@fatkodima
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment