Sha256: 46f6fd9b8140fa01ba59dbe12df0acb3bb4727e8077a1c03822315e49234b2b0

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

require_relative '../models/application_user_link'

module SecondStep::ActiveRecordAdapter
  class ApplicationUserLink < ActiveRecord::Base
    self.table_name = 'second_step_application_user_links'

    prepend Models::ApplicationUserLink

    belongs_to :application_user, forgein_key: 'second_step_application_user_id'
  end
end

Version data entries

5 entries across 4 versions & 1 rubygems

Version Path
second_step-0.2.0 lib/second_step/active_record_adapter/application_user_link.rb
second_step-0.1.4 lib/second_step/active_record_adapter/application_user_link.rb
second_step-0.1.3 lib/second_step/active_record_adapter/application_user_link.rb
second_step-0.1.2 lib/second_step/active_record_adapter/application_user_link.rb
second_step-0.1.2 secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/lib/second_step/active_record_adapter/application_user_link.rb