lib/crepe/helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Crepe
  module Helper

    autoload :URLFor, 'crepe/helper/url_for'

  end
end