Module: TestingRecord::DSL::Builder::Helpers

Included in:
Model
Defined in:
lib/testing_record/dsl/builder/helpers.rb

Overview

TestingRecord::DSL::Builder::Helpers

Ways in which we can build in extra helper methods from building requests

Instance Method Summary collapse

Instance Method Details

#include_helpersObject

DSL signature to add all helpers - Should be procedurally called in the class definition



10
11
12
# File 'lib/testing_record/dsl/builder/helpers.rb', line 10

def include_helpers
  @include_helpers = true
end