Method: Facebooker::Rails::Publisher::FacebookTemplate.bundle_id_for_class_and_method
- Defined in:
- lib/facebooker/rails/publisher.rb
.bundle_id_for_class_and_method(klass, method) ⇒ Object
140 141 142 |
# File 'lib/facebooker/rails/publisher.rb', line 140 def bundle_id_for_class_and_method(klass,method) for_class_and_method(klass,method).bundle_id end |