mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-27 14:57:43 +00:00
Initial commit
This commit is contained in:
commit
ee8bb6e71d
2 changed files with 20 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
*.rbc
|
||||||
|
*.sassc
|
||||||
|
.sass-cache
|
||||||
|
capybara-*.html
|
||||||
|
.rspec
|
||||||
|
/.bundle
|
||||||
|
/vendor/bundle
|
||||||
|
/log/*
|
||||||
|
/tmp/*
|
||||||
|
/db/*.sqlite3
|
||||||
|
/public/system/*
|
||||||
|
/coverage/
|
||||||
|
/spec/tmp/*
|
||||||
|
**.orig
|
||||||
|
rerun.txt
|
||||||
|
pickle-email-*.html
|
||||||
4
README.md
Normal file
4
README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
grape-active_model_serializers
|
||||||
|
==============================
|
||||||
|
|
||||||
|
User active_model_serializers with Grape
|
||||||
Loading…
Reference in a new issue