lib/modaldiagrams/parameters.rb in modaldiagrams-1.0.1 vs lib/modaldiagrams/parameters.rb in modaldiagrams-1.1.0
- old
+ new
@@ -1,9 +1,11 @@
module ModalDiagrams
def self.parameters
@settings ||= Settings[
# Default values
+ :include_all_models => false, # include models defined in plugins
+ :include_dynamic_models => false, # include models defined dynamically (not in model files)
:max_attributes => 24, # maximum number of attributes shown in a class (table)
:clusters_not_shown_on_main_diagram => [], # clusters not shown in the main diagram
:show_external => true, # show associations to classes from other clusters in cluster diagrams
:show_cluster_boxes => false, # display cluster names capitalized inside a box (good for dot; bad for neato)
:show_multiple => true, # show multiple associations between two classes
\ No newline at end of file