Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README changes #1

Merged
merged 1 commit into from Apr 13, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ class MySerializer < ActiveModel::Serializer
end

def self.full_name__sql(scope)
'first_name || ' ' || last_name'
"first_name || ' ' || last_name"
end
end
```
Expand Down Expand Up @@ -80,3 +80,20 @@ To work on postgres\_ext locally, follow these steps:
Dan McClain [twitter](http://twitter.com/_danmcclain)
[github](http://github.com/danmcclain)

[We are very thankful for the many contributors](https://github.com/dockyard/postgres_ext-serializers/graphs/contributors)

## Versioning ##

This gem follows [Semantic Versioning](http://semver.org)

## Want to help? ##

Please do! We are always looking to improve this gem.

## Legal ##

[DockYard](http://dockyard.com), LLC &copy; 2014

[@dockyard](http://twitter.com/dockyard)

[Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)