5 lines
149 B
Ruby
5 lines
149 B
Ruby
module DiasporaFederation
|
|
# Base-Controller for all DiasporaFederation-Controller
|
|
class ApplicationController < ActionController::Base
|
|
end
|
|
end
|