lib/modaldiagrams/parameters.rb in modaldiagrams-1.0.0 vs lib/modaldiagrams/parameters.rb in modaldiagrams-1.0.1

- old
+ new

@@ -11,9 +11,9 @@ :show_sti => true, # show STI classes :sti_fields => true, # show fields of STI classes where declared if using modalfields :unified_polymorphic => false, # unify the circled end of polymorphic associations :no_association_labels=>false, # don't show association labels :output_tools => %w{dot fdp neato} # graphviz styles (tools) used whe generating output (ps/png/pdf) - ].merge Settings.load(Rails.root.join('config','db_diagram.yml')) + ].merge Settings.load(Rails.root.join('config','modal_diagrams.yml')) end end \ No newline at end of file