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
249 250 251 |
# File 'lib/casserver/models.rb', line 249 def self.down remove_column :casserver_tgt, :extra_attributes end |
.up ⇒ Object
245 246 247 |
# File 'lib/casserver/models.rb', line 245 def self.up add_column :casserver_tgt, :extra_attributes, :text end |