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