Commit
7cb73057840137d91090bdee733df9c0c34b8992
Exists in
master
and in
11 other branches
angular_poc, backup-7-jan-2016, export-comment-paragraph, login-captcha, new_video_plugin, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, staging, theme-brasil-digital-from-staging, travis
rails4: fix rake db:schema:load run
1
| class Delayed::Backend::ActiveRecord::Job |
1
| class Delayed::Backend::ActiveRecord::Job |
2
| - attr_accessible *self.column_names, :payload_object |
2
| + # rake db:schema:load run? |
| |
3
| + if self.table_exists? |
| |
4
| + attr_accessible *self.column_names, :payload_object |
| |
5
| + end |
3
| end |
6
| end |