Class: Relationships
- Inherits:
-
Object
- Object
- Relationships
- Defined in:
- lib/relationships.rb
Class Method Summary collapse
Class Method Details
.run! ⇒ Object
6 7 8 9 10 |
# File 'lib/relationships.rb', line 6 def self.run! model_files = Dir[Pathname.new('app/models/*')] models = FileParser.parse model_files MarkdownGenerator.output models end |