diaspora_federation/app/controllers/diaspora_federation/application_controller.rb

5 lines
149 B
Ruby

module DiasporaFederation
# Base-Controller for all DiasporaFederation-Controller
class ApplicationController < ActionController::Base
end
end