some
[appoyo.git] / vendor / plugins / facebooker / generators / facebook_controller / templates / controller.rb
blobcda2659e69305d76aa774c1f7292ed44f9ec8f70
1 class <%= class_name %>Controller < ApplicationController
2 <% for action in actions -%>
3   def <%= action %>
4   end
6 <% end -%>
7 end