Class: Locales::DeploysController

Inherits:
ApplicationController
  • Object
show all
Includes:
Rosetta::LocaleScoped
Defined in:
app/controllers/rosetta/locales/deploys_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



5
6
7
8
9
10
# File 'app/controllers/rosetta/locales/deploys_controller.rb', line 5

def create
  @locale.touch
  flash[:notice] = "#{@locale.name} changes have been deployed."

  redirect_back(fallback_location: locale_translations_path(@locale))
end