# File lib/inherited_resources/class_methods.rb, line 231 def singleton_belongs_to(*symbols, &block) options = symbols.extract_options! options.merge!(:singleton => true) belongs_to(*symbols, options, &block) end