Created
April 27, 2017 08:11
-
-
Save mbajur/0ce7553707a8a56052f4bd5f4b8e8653 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
json.array! events do |event| | |
json.id event.id | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Api::Views::V1::Events | |
class Index | |
include Api::View | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment