Rename stringsupport.rb => instiki_stringsupport.rb

This commit is contained in:
Jacques Distler 2010-06-09 11:47:39 -05:00
parent 3aaf3989c7
commit 90ad482ed2
16 changed files with 30 additions and 20 deletions

View file

@ -1,6 +1,6 @@
# The methods added to this helper will be available to all templates in the application.
module ApplicationHelper
require 'stringsupport'
require 'instiki_stringsupport'
# Accepts a container (hash, array, enumerable, your type) and returns a string of option tags. Given a container
# where the elements respond to first and last (such as a two-element array), the "lasts" serve as option values and