ajsharp / mass_assignment_murderer

Rails plugin to eliminate the mass assignment security hole created by has_many associations.

This URL has Read+Write access

mass_assignment_murderer / test / mass_assignment_murderer_test.rb
100644 9 lines (7 sloc) 0.159 kb
1
2
3
4
5
6
7
8
9
require 'test/unit'
 
class MassAssignmentMurdererTest < Test::Unit::TestCase
  # Replace this with your real tests.
  def test_this_plugin
    flunk
  end
end