Method: Purview::Tables::BaseSyncable#created_timestamp_column
- Defined in:
- lib/purview/tables/base_syncable.rb
#created_timestamp_column ⇒ Object
4 5 6 |
# File 'lib/purview/tables/base_syncable.rb', line 4 def column_from_opts_of_type(Purview::Columns::CreatedTimestamp) or raise %{Must specify a column of type: "#{Purview::Columns::CreatedTimestamp}"} end |