module Zobi::Included

Protected Instance Methods

includes() click to toggle source
# File lib/zobi/included.rb, line 8
def includes
  nil
end

Private Instance Methods

included_collection(c) click to toggle source
# File lib/zobi/included.rb, line 14
def included_collection c
  c = c.includes(*includes) if includes.present?
  c
end