• Lin Jen-Shin's avatar
    Use a controller to hold request values · bbfce29b
    Lin Jen-Shin authored
    So that we don't need to hold env after the request.
    This makes it much harder to test, especially Rails session is
    acting weirdly, so we need `dig('flash', 'flashes', 'alert')`
    to dig the actual flash value.
    bbfce29b
read_only.rb 2.92 KB