Methods
I
Instance Public methods
index()
# File railties/test/application/assets_test.rb, line 377
def index
  flash[:cool_story] = true
  render text: "ok"
end