Skip to content

Instantly share code, notes, and snippets.

@mehlah
Created December 27, 2014 21:04
Show Gist options
  • Save mehlah/8d3fcaaf65a698c72457 to your computer and use it in GitHub Desktop.
Save mehlah/8d3fcaaf65a698c72457 to your computer and use it in GitHub Desktop.
module ReadOnly
def readonly?
true
end
def delete
raise ReadOnlyRecord
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment