tigrish / redmine_s3

Uses Amazon S3 for storing attachments
50 stars 84 forks source link

Deprecated Methods #17

Open tsuyoring opened 4 years ago

tsuyoring commented 4 years ago

Command this, but it failured. rake redmine:plugins:migrate RAILS_ENV=production

Error: NoMethodError: undefined method `before_filter' for AttachmentsController:Class

Maybe Replace "skip_before" to "before_action".