changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec_on_rails/spec_resources/helpers/plugin_application_helper.rb

changeset 16: 01fd3f10ae84
author: moriq@moriq.com
date: Mon Mar 10 10:13:18 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec_on_rails
1# Methods added to this helper will be available to all templates in the application.
2module ApplicationHelper
3 def method_in_plugin_application_helper
4 "<div>This is text from a method in the ApplicationHelper</div>"
5 end
6end