kollegorna/rubycas-server-activerecord

View on GitHub
lib/rubycas/server/activerecord/model/proxy_ticket.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'rubycas/server/activerecord/model/ticket'
require 'rubycas/server/activerecord/model/consumable'

module RubyCAS::Server::Core::Tickets
  class ProxyTicket < ActiveRecord::Base
    belongs_to :proxy_granting_ticket

  end
end