class WinewooCore::Repositories::Mongo::Queries::WinewooUserLogQuery

Public Class Methods

new(relation = WinewooUserLog) click to toggle source
# File lib/winewoo_core/repositories/mongo/queries/winewoo_user_log_query.rb, line 4
def initialize(relation = WinewooUserLog)
  super relation
end