search for: removetag

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

Did you mean: remotetag
2006 Jul 31
2
The error occured while evaluating nil.gsub!
...'' --- class StartController < ApplicationController def create #------------Remove Tag--------------------------- @name = params[:name] @file = params[:filepath] @file = @file.gsub!(/^.*(\\|\/)/, '''') # replace html tags with blank post = Post.save(@params["removetag"]) end end -- Posted via http://www.ruby-forum.com/.