Commit 2f39fa20c9288725d20190ea7b9169ae0e5f99cd

Authored by Braulio Bhavamitra
1 parent 20bd3577
Exists in staging

fb_app: remove unused file

plugins/fb_app/plugins/fb_app/lib/ext/action_tracker_model.rb
... ... @@ -1,12 +0,0 @@
1   -require_dependency 'action_tracker_model'
2   -
3   -class ActionTracker::Record
4   -
5   - after_create :fb_app_publish
6   -
7   - protected
8   -
9   - def fb_app_publish
10   - raise 'here'
11   - end
12   -end