Module: Ohm::Slug::ClassMethods

Defined in:
lib/ohm/slug.rb

Instance Method Summary collapse

Instance Method Details

#[](id) ⇒ Object



8
9
10
# File 'lib/ohm/slug.rb', line 8

def [](id)
  super(id.to_i)
end