Sha256: f8528d5508391ea71dfe805f1ba751b7ac2458ab2d119efc68f085b54616e788
Contents?: true
Size: 266 Bytes
Versions: 27
Compression:
Stored size: 266 Bytes
Contents
class CreateCoalescingPandaLtiNonces < CoalescingPanda::MiscHelper::MigrationClass def change create_table :coalescing_panda_lti_nonces do |t| t.belongs_to :coalescing_panda_lti_account t.string :nonce t.datetime :timestamp end end end
Version data entries
27 entries across 27 versions & 1 rubygems