Method: Lev::Paramifier.boolean
- Defined in:
- lib/lev/handler.rb
.boolean ⇒ Object
Hack to provide ActiveAttr’s Boolean type concisely
9 |
# File 'lib/lev/handler.rb', line 9 def self.boolean; ActiveAttr::Typecasting::Boolean; end |
Hack to provide ActiveAttr’s Boolean type concisely
9 |
# File 'lib/lev/handler.rb', line 9 def self.boolean; ActiveAttr::Typecasting::Boolean; end |