Skip to content

Instantly share code, notes, and snippets.

@bananarne
Created April 12, 2017 10:05
Show Gist options
  • Save bananarne/8994f671b72ad3b3a0c513bc4880f12c to your computer and use it in GitHub Desktop.
Save bananarne/8994f671b72ad3b3a0c513bc4880f12c to your computer and use it in GitHub Desktop.
if self.is_a(Class) && self < SomeModel
model = self
elsif self.class == Sequel::Dataset
model = self.respond_to?(:model) ? self.model : nil
else
model = nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment