remove IGNORED_ATTRIBUTES no longer required

This commit is contained in:
James Lopez 2016-09-01 11:57:01 +02:00
parent 8ca963bd96
commit cb4ec41fd3
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
module ExportFileHelper
IGNORED_ATTRIBUTES = %w[created_at updated_at url group_id]
def setup_project
project = create(:project, :public)