class Rmodel::Sequel::Query
Public Instance Methods
find_by_id(id)
click to toggle source
# File lib/rmodel/sequel/query.rb, line 6 def find_by_id(id) where(id: id) end
# File lib/rmodel/sequel/query.rb, line 6 def find_by_id(id) where(id: id) end