3fe895a7fe
Listing Handler
...
- added a Listing Handler class to take care of listing params
- added status column to Subscriber
- added specific methods to both Newsletter & Subscriber models for listing
2015-09-02 14:47:18 +02:00
78a2a50af7
- Renamed Subscriber and RelationSubscriberList models to SList and
...
SubscriberList, respectively
2015-09-01 19:49:50 -04:00
0015bdb617
- Added new model "SubscriberList"
...
- Added has_many_through relations to the new model + Subscriber model
- Added tests
- Fixed syntax in other models
This closes #95
2015-09-01 09:18:00 -04:00
b6cac960b7
Fix empty whitespace.
2015-08-17 19:46:57 +02:00
3af24f9877
Reverted back to Model class
2015-08-17 17:37:43 +00:00
14fdfaed86
Fixed formatting issues as per Marco's remarks
2015-08-17 09:40:57 -04:00
78b5791a46
- Added 'Newsletters' model and wrote tests
...
- Fixed some formatting in unit tests
Closes #68
2015-08-14 13:31:45 +00:00
344a7dc92c
#40 overide save in models Setting and Subscriber
2015-08-12 12:43:33 +02:00
4f24a8ed71
#40 adding created_at and update_at timestamps to subscribers and settings
2015-08-11 12:47:24 +02:00
26384d16b8
Fixes #49
2015-08-10 18:37:41 -04:00