Method: ActionDispatch::ExceptionWrapper::SourceMapLocation#initialize
- Defined in:
- actionpack/lib/action_dispatch/middleware/exception_wrapper.rb
#initialize(location, template) ⇒ SourceMapLocation
240 241 242 243 |
# File 'actionpack/lib/action_dispatch/middleware/exception_wrapper.rb', line 240 def initialize(location, template) super(location) @template = template end |