0

Rails 4to_param方法不像 Rails 3 那样工作。我该怎么做?是强参数的问题吗?

def to_param
  "#{id}-#{name}".downcase.gsub(/\W+/, "-").gsub(/^[-]+|[-]$/,"").strip
end
4

0 回答 0