orbit-basic/lib/tasks/app_auth.rake

12 lines
113 B
Ruby

# encoding: utf-8
namespace :app_auth do
task :build => :environment do
end
end