# File lib/og/backends/mysql.rb, line 139 def self.props_for_insert(klass) klass.__props.reject { |p| :oid == p.symbol } end