Sha256: 45cfcd4ae9bb47627e0218f26ed23585cbc7c5689229a1e578811ffd4ddf4c96
Contents?: true
Size: 323 Bytes
Versions: 17
Compression:
Stored size: 323 Bytes
Contents
class SorceryExternal < ActiveRecord::Migration def self.up create_table :authentications do |t| t.integer :<%= model_class_name.tableize.singularize %>_id, :null => false t.string :provider, :uid, :null => false t.timestamps end end def self.down drop_table :authentications end end
Version data entries
17 entries across 17 versions & 1 rubygems