* add expire_on column to classified_listings * add expire_on to valid listing params * add expire_on to model * add expire date to new listing form * add field in edit form * add expiry dates to dashboard * update expiry date in listing toolkit * WIP unpublish job and test test still has to run properly * add job to class name * change job to rake task * revert snap change * delete migration file will add new one and revert schema changes to rename column * reset schema * add new migration to schema 'expires_at' * change expire_on to expires_at |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| dashboard | ||
| elements | ||
| listingDashboard.jsx | ||
| listingForm.jsx | ||
| listings.jsx | ||
| singleListing.jsx | ||