Skip to content

Instantly share code, notes, and snippets.

@marshall-lee
Created August 15, 2018 13:54
Show Gist options
  • Save marshall-lee/cb15fd57584f8babcfe3416571e400aa to your computer and use it in GitHub Desktop.
Save marshall-lee/cb15fd57584f8babcfe3416571e400aa to your computer and use it in GitHub Desktop.
module ToBoolean
def self.cast(value)
@type ||= ActiveRecord::Type::Boolean.new
!! @type.type_cast_from_user(value)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment