protected_attributes 1.0.9 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +0,0 @@
1
- class Vampire < ActiveRecord::Base
2
- has_many :battles, :as => :battle
3
- has_many :teams, :through => :battles
4
- end
@@ -1,4 +0,0 @@
1
- class Wolf < ActiveRecord::Base
2
- has_many :battles, :as => :battle
3
- has_many :teams, :through => :battles
4
- end
@@ -1,4 +0,0 @@
1
- require 'bundler/setup'
2
- require 'minitest/autorun'
3
- require 'mocha/api'
4
- require 'rails'