This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # class Page | |
| # include ValidationsFor | |
| # | |
| # validations_for page_type: 'offer' do | |
| # validates :amount, presence: true | |
| # end | |
| # | |
| # validations_for page_type: 'page' do | |
| # validates :title, presence: true | |
| # end |
OlderNewer