Module: AdjustableSchema::ActiveRecord::QueryMethods

Defined in:
lib/adjustable_schema/active_record/query_methods.rb

Defined Under Namespace

Classes: WithChain

Instance Method Summary collapse

Instance Method Details

#with(*args) ⇒ Object



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