# File lib/reactive_resource/association/belongs_to_association.rb, line 89
      def initialize(klass, attribute, options)
        @klass = klass
        @attribute = attribute
        @options = options

        add_helper_methods(klass, attribute)
      end