class JustMeController

Public Instance Methods

flash() click to toggle source
# File actionpack/test/controller/helper_test.rb, line 39
def flash
  render inline: "<h1><%= notice %></h1>"
end
lib() click to toggle source
# File actionpack/test/controller/helper_test.rb, line 43
def lib
  render inline: "<%= useful_function %>"
end