Flowdock
method

update_last_write_timestamp

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Session
update_last_write_timestamp() 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/middleware/database_selector/resolver/session.rb, line 38
          def update_last_write_timestamp
            session[:last_write] = self.class.convert_time_to_timestamp(Time.now)
          end
Register or log in to add new notes.