Skip to content

Instantly share code, notes, and snippets.

@eniolopes
Created July 16, 2015 16:04
Show Gist options
  • Save eniolopes/53235e31aad7458b341a to your computer and use it in GitHub Desktop.
Save eniolopes/53235e31aad7458b341a to your computer and use it in GitHub Desktop.
Null Object Pattern as Gem
class User < ActiveRecord::Base
act_as_null_object {
name: 'Jonh Doe',
nickname: lambda {
"#{Random.new_seed}"
}
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment