module QueryfyExt

Public Instance Methods

queryfy(queryparams) click to toggle source
# File lib/queryfy/queryfy_ext.rb, line 2
def queryfy(queryparams)
        Queryfy.from_queryparams(self, queryparams)
end