Class: ActiveRecord::Table2plantuml

Inherits:
Object
  • Object
show all
Defined in:
lib/schema2plantuml/active_record/schema.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(column_type, column_name, _options = {}) ⇒ Object



27
28
29
# File 'lib/schema2plantuml/active_record/schema.rb', line 27

def method_missing(column_type, column_name, _options = {})
  puts "#{column_name} : #{column_type}"
end