module ApiWithHelper

Public Instance Methods

my_helper() click to toggle source
# File actionpack/test/controller/api/with_helpers_test.rb, line 6
def my_helper
  "helper"
end