trevorturk / flash_cookie_session

Rails 3 cookie sessions can cooperate with Flash
79 stars 16 forks source link

Added the `require` line to README #14

Closed betesh closed 11 years ago

betesh commented 11 years ago

There's a step that should be added between steps 1 and 2 in the README that basically says to include the line

require 'flash_cookie_session'

somewhere in lib/.rb when you're including this in a plugin

trevorturk commented 11 years ago

Pull requests welcome!