Skip to content

Instantly share code, notes, and snippets.

@jrhorn424
Forked from saturnflyer/gist:10140954
Created April 8, 2014 15:18
Show Gist options
  • Save jrhorn424/10141085 to your computer and use it in GitHub Desktop.
Save jrhorn424/10141085 to your computer and use it in GitHub Desktop.
def with_conditions(method_name, computed_value)
if method_name.to_s == 'address' && !computed_value.nil?
address.renderable?
else
super
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment