2016-03-23 18:39:41 +01:00
|
|
|
module FablabConfiguration
|
|
|
|
def fablab_plans_deactivated?
|
|
|
|
Rails.application.secrets.fablab_without_plans
|
|
|
|
end
|
2017-02-15 15:41:25 +01:00
|
|
|
|
|
|
|
def fablab_spaces_deactivated?
|
|
|
|
Rails.application.secrets.fablab_without_spaces
|
|
|
|
end
|
2016-03-23 18:39:41 +01:00
|
|
|
end
|