class Shoulda::Matchers::RailsShim::FakeAttributeType
Attributes
Public Class Methods
Source
# File lib/shoulda/matchers/rails_shim.rb, line 172 def initialize(model, attribute_name) @model = model @attribute_name = attribute_name end
# File lib/shoulda/matchers/rails_shim.rb, line 172 def initialize(model, attribute_name) @model = model @attribute_name = attribute_name end