Method: PostJson::FinderMethods#find_by

Defined in:
lib/post_json/concerns/finder_methods.rb

#find_by(*args) ⇒ Object



80
81
82
# File 'lib/post_json/concerns/finder_methods.rb', line 80

def find_by(*args)
  where(*args).first
end