Classes: WithChain
62 63 64 65 66 67 68
# File 'lib/adjustable_schema/active_record/query_methods.rb', line 62 def with *args if args.empty? WithChain.new spawn else super end end