Skip to content

Instantly share code, notes, and snippets.

@paulcsmith
Created February 12, 2019 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulcsmith/c372d1fd5a8ad7a879f47c258856efa2 to your computer and use it in GitHub Desktop.
Save paulcsmith/c372d1fd5a8ad7a879f47c258856efa2 to your computer and use it in GitHub Desktop.
class Articles::AdminSerializer < Lucky::Serializer
def initialize(@article : Article)
end
def render
{title: @article.title, @article.name}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment