Skip to content

Instantly share code, notes, and snippets.

@asonas
Last active December 31, 2015 22:08
Show Gist options
  • Select an option

  • Save asonas/8051246 to your computer and use it in GitHub Desktop.

Select an option

Save asonas/8051246 to your computer and use it in GitHub Desktop.
class User < AR
validates :b, precense: true, if: :a?
def a?
a.blank?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment