aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/nil/conversions.rb
blob: 6ceb500a2ad02ba8ec6defb4a02b330c01353058 (plain) (blame)
1
2
3
4
5
class NilClass
  def to_param
    self
  end
end