Flowdock
method

last

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: CollectionAssociation
last(*args) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/collection_association.rb, line 92
      def last(*args)
        first_or_last(:last, *args)
      end
Register or log in to add new notes.