Skip to content

Instantly share code, notes, and snippets.

@maxloncar
Created March 9, 2023 13:07
Show Gist options
  • Save maxloncar/90eaf79560e568b32ca0c14073bff69b to your computer and use it in GitHub Desktop.
Save maxloncar/90eaf79560e568b32ca0c14073bff69b to your computer and use it in GitHub Desktop.
Field
field :published_this_year, Boolean, "Has the book been published this year", null: false
def published_this_year
object.year_published == Date.current.year
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment