From fb801ab393a47cdc1bae3af063845f52dbdd258a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 May 2012 19:36:43 -0400 Subject: Settings: added a settings module so that users can turn email notifications for new messages on or off. --- app/models/inboxes_setting.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/models/inboxes_setting.rb (limited to 'app/models') diff --git a/app/models/inboxes_setting.rb b/app/models/inboxes_setting.rb new file mode 100644 index 0000000..1581131 --- /dev/null +++ b/app/models/inboxes_setting.rb @@ -0,0 +1,5 @@ +class InboxesSetting < ActiveRecord::Base + + attr_accessible :send_email_notification + +end -- cgit v1.2.3