# Important Note
# ==============

# You MUST restart your server before changes to this file
# will take effect.
Spina.configure do |config|
  # Set locales
  config.locales = [:en]
  # Run `rake spina:update_translations` after you add any new locale.
  
  # Specify a backend path. Defaults to /admin.
  # config.backend_path = 'admin'
end