Class: Codegen::Sources::ActiveRecord
- Defined in:
- lib/codegen/sources/active_record.rb
Instance Method Summary collapse
Methods inherited from Base
#check_valid, #convert!, converts_to
Instance Method Details
#convert(options = {}) ⇒ Object
11 12 13 14 15 |
# File 'lib/codegen/sources/active_record.rb', line 11 def convert = {} if [:type] == :entity convert_entity end end |