Class: Codegen::Sources::ActiveRecord

Inherits:
Base
  • Object
show all
Defined in:
lib/codegen/sources/active_record.rb

Instance Method Summary collapse

Methods inherited from Base

#convert!, converts_to

Instance Method Details

#convert(options = {}) ⇒ Object



7
8
9
10
11
# File 'lib/codegen/sources/active_record.rb', line 7

def convert options = {}
  if options[:type] == :entity
    convert_entity options
  end
end