module Railjet::Presenter::WithContext

Public Class Methods

new(context, object) click to toggle source
Calls superclass method Railjet::Presenter::new
# File lib/railjet/presenter.rb, line 40
def initialize(context, object)
  @context = context
  super(object)
end