Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #4795: fix_clear_persistent_in_ar_stores.patch

File fix_clear_persistent_in_ar_stores.patch, 0.6 kB (added by sd, 2 years ago)
  • vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb

    old new  
    1010      @dbman.model if @dbman 
    1111    end 
    1212 
     13    def data 
     14      @data 
     15    end 
    1316 
    1417    # A session store backed by an Active Record class.  A default class is 
    1518    # provided, but any object duck-typing to an Active Record +Session+ class