Class: CASServer::Models::AddExtraAttributes
- Inherits:
-
V
- Object
- V
- CASServer::Models::AddExtraAttributes
- Defined in:
- lib/casserver/models.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
214 215 216 |
# File 'lib/casserver/models.rb', line 214 def self.down remove_column :casserver_tgt, :extra_attributes end |
.up ⇒ Object
210 211 212 |
# File 'lib/casserver/models.rb', line 210 def self.up add_column :casserver_tgt, :extra_attributes, :text end |