<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2342,7 +2342,7 @@ module ActiveRecord #:nodoc:
 
 
       # Returns a hash of all the attributes with their names as keys and the values of the attributes as values.
-      def attributes(options = nil)
+      def attributes
         self.attribute_names.inject({}) do |attrs, name|
           attrs[name] = read_attribute(name)
           attrs</diff>
      <filename>activerecord/lib/active_record/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>00640de861797b258d2dd955b861bcb021d4a3e1</id>
    </parent>
  </parents>
  <author>
    <name>Frederick Cheung</name>
    <email>frederick.cheung@gmail.com</email>
  </author>
  <url>http://github.com/rubyruy/rails/commit/d2212c1601dcd67e72e9d52f98347d3285fd7134</url>
  <id>d2212c1601dcd67e72e9d52f98347d3285fd7134</id>
  <committed-date>2008-05-11T16:35:42-07:00</committed-date>
  <authored-date>2008-05-11T16:29:16-07:00</authored-date>
  <message>Remove AR::Base#attributes argument. [#52 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
  <tree>3bcb91aa1adc19d486e4a54d5bec9bd8433bafc1</tree>
  <committer>
    <name>Pratik Naik</name>
    <email>pratiknaik@gmail.com</email>
  </committer>
</commit>
