class AddProviderToPushNotificationServerDeviceTokens

Public Instance Methods

change() click to toggle source
# File lib/generators/fwt_push_notification_server/install/templates/add_provider_to_push_notification_server_device_tokens.rb, line 3
def change
      add_column :fwt_push_notification_server_device_tokens, :provider, :string
end