nesquena/rabl

View on GitHub
fixtures/ashared/helpers/application_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ApplicationHelper
  def helper_foo
    "BAR!"
  end
end