Class: Stylesheet
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Stylesheet
- Defined in:
- app/models/stylesheet.rb
Instance Method Summary collapse
Instance Method Details
#before_save ⇒ Object
4 5 6 |
# File 'app/models/stylesheet.rb', line 4 def before_save self.data = CGI.escapeElement(self.data, 'script') end |