class Shoulda::Matchers::ActiveRecord::DefineEnumForMatcher
def expected_prefix
def expected_prefix if options.include?(:prefix) if options[:prefix] == true attribute_name else options[:prefix] end end end
def expected_prefix if options.include?(:prefix) if options[:prefix] == true attribute_name else options[:prefix] end end end