Sha256: 1fe8780968dfe9a9dc3a2c55d5ef32bf5165442e64453c8a5c7a93af241d19b3
Contents?: true
Size: 146 Bytes
Versions: 5
Compression:
Stored size: 146 Bytes
Contents
class CheckViewExists < ActiveRecord::Migration def up raise 'View should exist!' if !cti_view_exists?('Car') end def down end end
Version data entries
5 entries across 5 versions & 1 rubygems