Flowdock
method

first?

Importance_0
v1.1.6 - Show latest stable - 0 notes - Class: ActiveRecord::Acts::List::InstanceMethods
first?() 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/acts/list.rb, line 131
        def first?
          return false unless in_list?
          self.send(position_column) == 1
        end
Register or log in to add new notes.