Skip to content

Instantly share code, notes, and snippets.

@zdennis
Created December 1, 2017 20:30
Show Gist options
  • Save zdennis/43079741612f2752163f6fe200de16ab to your computer and use it in GitHub Desktop.
Save zdennis/43079741612f2752163f6fe200de16ab to your computer and use it in GitHub Desktop.
OliveBranch transformation snippet for blog post
camelCasedPayload = OliveBranch::Transformations.transform(
{ key.to_sym => payload },
OliveBranch::Transformations.method(:camelize)
)
@FlandersBurger
Copy link

Where do I need to put this code to make all broadcasts use camelcase?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment