lib/rails_erd.rb in rails-erd-0.4.5 vs lib/rails_erd.rb in rails-erd-1.0.0

- old
+ new

@@ -48,17 +48,19 @@ end self.options = ActiveSupport::OrderedOptions[ :attributes, :content, :disconnected, true, - :filename, "ERD", + :filename, "erd", :filetype, :pdf, :indirect, true, :inheritance, false, :markup, true, :notation, :simple, :orientation, :horizontal, :polymorphism, false, :warn, true, - :title, true + :title, true, + :exclude, nil, + :only, nil ] end