Javi Martín
|
ad14636255
|
Use Tag instead of ActsAsTaggableOn::Tag
It's shorter, it's easier to extend its behaviour, and it's easier to
integrate with other parts of our application, like translations.
|
2019-10-05 03:38:44 +02:00 |
|
Javi Martín
|
4c35df4812
|
Use double quotes inside string interpolation
|
2019-03-25 14:58:54 +01:00 |
|
decabeza
|
abdeafc2dd
|
Fix hound warnings on dev_seeds
|
2019-02-25 15:34:15 +01:00 |
|
Angel Perez
|
b6fe7ca9a7
|
Replace .all.each with .find_each when seeding the DB
|
2018-09-10 11:39:38 -04:00 |
|
rgarcia
|
c9cad05a95
|
Fix dev seed specs
|
2018-03-23 19:57:51 +01:00 |
|
rgarcia
|
f7bfe5e171
|
Extend dev seeds to have notifications for all users
Even though an action that triggers a notification is made, the
notification is created in a separate step, reflecting how it is done
in the corresponding controller
https://github.com/AyuntamientoMadrid/consul/blob/master/app/controllers
/comments_controller.rb#L16
|
2018-03-23 11:48:16 +01:00 |
|