Allow multiple pinned statuses to be shown and make them be ordered b… (#4690)
* Allow multiple pinned statuses to be shown and make them be ordered by pinned date * Set timestamps NOT NULL * Make single-line pinned_statuses * Spec for pinned_statuses * Remove redundant empty line
Showing
- app/controllers/accounts_controller.rb 1 addition, 1 deletionapp/controllers/accounts_controller.rb
- app/models/account.rb 1 addition, 1 deletionapp/models/account.rb
- app/models/status_pin.rb 2 additions, 0 deletionsapp/models/status_pin.rb
- db/migrate/20170824103029_add_timestamps_to_status_pins.rb 5 additions, 0 deletionsdb/migrate/20170824103029_add_timestamps_to_status_pins.rb
- db/schema.rb 3 additions, 1 deletiondb/schema.rb
- spec/controllers/accounts_controller_spec.rb 15 additions, 0 deletionsspec/controllers/accounts_controller_spec.rb
Loading
Please register or sign in to comment