instance method
new_record?
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
new_record?()
No documentation comment.
Source
# File activerecord/lib/active_record/session_store.rb, line 226
def new_record?
@new_record
end
Defined in activerecord/lib/active_record/session_store.rb line 226
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::SessionStore::SqlBypass