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