1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/controllers/concerns/fablab_configuration.rb
2016-03-23 18:39:41 +01:00

6 lines
116 B
Ruby

module FablabConfiguration
def fablab_plans_deactivated?
Rails.application.secrets.fablab_without_plans
end
end