aboutsummaryrefslogtreecommitdiffstats
path: root/fancy_bear/contextio.rb
diff options
context:
space:
mode:
authorTeddy Wing2014-06-08 12:19:48 -0400
committerTeddy Wing2014-06-08 12:19:48 -0400
commitbf52bc3a520bff96be32cfb815738660a607f3ab (patch)
tree2752aedad137cc8763c3b9e19372ab9bac444afd /fancy_bear/contextio.rb
parentb41ddb4aa9944057d4dfee5a4b9662dc8326d124 (diff)
downloadsellevate-bf52bc3a520bff96be32cfb815738660a607f3ab.tar.bz2
Create JSON route for message list
Create a route to get a list of messages in JSON, tied to a hard-coded email account for now.
Diffstat (limited to 'fancy_bear/contextio.rb')
-rw-r--r--fancy_bear/contextio.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/fancy_bear/contextio.rb b/fancy_bear/contextio.rb
index a7198e1..2750755 100644
--- a/fancy_bear/contextio.rb
+++ b/fancy_bear/contextio.rb
@@ -2,6 +2,7 @@ require_relative 'contextio/config'
require_relative 'contextio/base'
require_relative 'contextio/auth'
require_relative 'contextio/label'
+require_relative 'contextio/message'
module FancyBear
module ContextIO