# File lib/shoulda/active_record/macros.rb, line 115 115: def should_have_readonly_attributes(*attributes) 116: ::ActiveSupport::Deprecation.warn("use: should have_readonly_attribute") 117: get_options!(attributes) 118: 119: attributes.each do |attribute| 120: should have_readonly_attribute(attribute) 121: end 122: end