Module: ActiveRecord::Bracket::Method::ClassMethods

Defined in:
lib/activerecord-bracket/method.rb

Overview

class methods for ActiveRecord

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object

method for ActiveRecord 3.x (using dynamic finder)



8
9
10
# File 'lib/activerecord-bracket/method.rb', line 8

def [] (key)
  self.send(:find_by_slug, key)
end