aboutsummaryrefslogtreecommitdiffstats
path: root/lib/url.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/url.c')
0 files changed, 0 insertions, 0 deletions
ption value='hotfix/0.17.0.4'>hotfix/0.17.0.4 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/rspec-rails-1.3.3/spec/resources/helpers/plugin_application_helper.rb
blob: 2107d22186833f0d47372129c9b9552f6c763c9a (plain)
1
2
3
4
5
6
# Methods added to this helper will be available to all templates in the application.
module ApplicationHelper
  def method_in_plugin_application_helper
    "<div>This is text from a method in the ApplicationHelper</div>"
  end
end