class CreateLastNotifications
Public Instance Methods
change()
click to toggle source
# File lib/generators/french_toast/templates/create_last_notifications.rb, line 2 def change create_table :last_notifications do |t| t.timestamps t.string :session, index: true t.string :data end end