This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vegas_chatter | brisbane_times_league_hq | |
---|---|---|
the_dees_nursery | brisbane_times_league_hq | |
the_dees_nursery | vegas_chatter | |
wine_enthusiast | wineexpresscom | |
national_times | wa_today_league_hq | |
toysrus | babiesrus | |
oshkoshbgosh | carters | |
womenshealth | prevention | |
casualmalexl | livingxl | |
mtv | nickelodeon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Stores and retrieves messages to be expired on a given date | |
# | |
# Messages can be added, removed, and expired. The actual removal | |
# of the messages from the user's account is not handled here. | |
# | |
class MessageExpiration | |
attr_reader :eea_id | |
def inititialize(eea_id) | |
@eea_id = eea_id |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Account < ActiveRecord::Base | |
[ | |
:discovery, | |
:list_connect_tokens, | |
:get_connect_token, | |
:add_connect_token, | |
:delete_connect_token, | |
:list_oauth_providers, | |
:get_oauth_provider, | |
:add_oauth_provider, |
NewerOlder