Sha256: 435e854227ba9eec0879ede01d1f7815d760e74465f159317ecf9c86349ff28c
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 Bytes
Contents
class SorceryExternal < ActiveRecord::Migration def change 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 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sorcery-0.8.6 | lib/generators/sorcery/templates/migration/external.rb |
sorcery-0.8.5 | lib/generators/sorcery/templates/migration/external.rb |