pboling/an_axe

View on GitHub
app/models/an_axe/monitorship.rb

Summary

Maintainability
A
0 mins
Test Coverage
module AnAxe
  class Monitorship < ActiveRecord::Base

    belongs_to :topic
    def user
      self.send(AnAxe::Config.user_relation)
    end

  end
end