class OmgController
Public Instance Methods
index()
click to toggle source
# File railties/test/application/assets_test.rb, line 378 def index flash[:cool_story] = true render plain: "ok" end
# File railties/test/application/assets_test.rb, line 378 def index flash[:cool_story] = true render plain: "ok" end