forked from hbhanoo/Twilio-Rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.txt
55 lines (55 loc) · 1.8 KB
/
Manifest.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
History.txt
Manifest.txt
README.txt
Rakefile
assets/layouts/default_layout.twiml.builder
bin/trails
lib/trails.rb
lib/trails/exception.rb
lib/trails/test_helper.rb
lib/trails/twilio/account.rb
lib/trails/twilio/call_handling.rb
lib/trails/twilio/incoming.rb
lib/twiliorest.rb
test/example/README
test/example/Rakefile
test/example/app/controllers/application_controller.rb
test/example/app/controllers/calls_controller.rb
test/example/app/helpers/application_helper.rb
test/example/app/helpers/calls_helper.rb
test/example/app/views/calls/index.html.erb
test/example/app/views/calls/index.twiml.builder
test/example/config/boot.rb
test/example/config/database.yml
test/example/config/environment.rb
test/example/config/environments/development.rb
test/example/config/environments/production.rb
test/example/config/environments/test.rb
test/example/config/initializers/backtrace_silencers.rb
test/example/config/initializers/inflections.rb
test/example/config/initializers/mime_types.rb
test/example/config/initializers/new_rails_defaults.rb
test/example/config/initializers/session_store.rb
test/example/config/locales/en.yml
test/example/config/routes.rb
test/example/config/twilio.yml
test/example/db/development.sqlite3
test/example/db/schema.rb
test/example/db/seeds.rb
test/example/db/test.sqlite3
test/example/doc/README_FOR_APP
test/example/script/about
test/example/script/console
test/example/script/dbconsole
test/example/script/destroy
test/example/script/generate
test/example/script/performance/benchmarker
test/example/script/performance/profiler
test/example/script/plugin
test/example/script/runner
test/example/script/server
test/example/test/functional/calls_controller_test.rb
test/example/test/performance/browsing_test.rb
test/example/test/test_helper.rb
test/example/test/unit/helpers/calls_helper_test.rb
test/test_trails.rb