Method: ActiveRecordExtension::ClassMethods#odata_table_reference

Defined in:
lib/active_record_extension.rb

#odata_table_referenceObject

If odata refers to table differently than table name when using associations, you can use this method



85
86
87
# File 'lib/active_record_extension.rb', line 85

def odata_table_reference
  @odata_table_reference
end