search for: applicaiton_help

Displaying 1 result from an estimated 1 matches for "applicaiton_help".

Did you mean: applicaiton_helper
2006 Jun 07
0
Problem with file_column plugin path and application_helper.rb
...elopment box. When I uploaded the changes (including the frozen 1.1.2 gems) to my webhost most things worked. However I had a problem with my application_helper.rb file. It wasn''t able to find the url_for_image_column method from the file_column plugin. Here''s the relevant code in applicaiton_helper.rb: # this tag helper creates a image tag for file_column fields that contain images def image_tag_for_image_column(object, method, version, options = {}) options = Hash.new if options.nil? options[:size] = object.dimensions_for(version) image_tag(url_for_image_column(object, method, versi...