rubycas/rubycas-client

View on GitHub
rails_generators/active_record_ticket_store/USAGE

Summary

Maintainability
Test Coverage
Description:
  Create a migration to add the service_ticket column to the sessions
  table and create the cas_pgtious table for proxy ticket storage.
  Pass the migration name as an optional parameter. The migration name
  defaults to CreateActiveRecordTicketStore.

Requirements:
  You need to already have created the ActiveRecord::SessionStore sessions
  table.