Use new "strong parameters" from rails4

This commit is contained in:
Thibault Jouan
2014-04-03 02:20:37 +00:00
parent 1b5055d0a6
commit 4c6adc6927
13 changed files with 41 additions and 23 deletions

View File

@@ -8,7 +8,6 @@ describe Track do
it { should be_valid }
it { should have_many :sounds }
it { should validate_presence_of :name }
it { should_not allow_mass_assignment_of :sounds }
context 'with a file' do
before { track.file = file }