module ShittyQl
?include=student_type.works,student_type.works_per_page_10,student_works_page_1,student_type.work.names
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/shitty_ql.rb, line 13 def self.config @config ||= ShittyQl::Config.new end
include_model(include_string)
click to toggle source
# File lib/shitty_ql.rb, line 9 def self.include_model(include_string) ShittyQl::ParamsParser.new(include_string: include_string).include_model end