Method: ActiveForce::Table#custom_table?

Defined in:
lib/active_force/table.rb

#custom_table?Boolean



18
19
20
# File 'lib/active_force/table.rb', line 18

def custom_table?
  !StandardTypes::STANDARD_TYPES.include?(name_without_namespace)
end