Sha256: 3c8d2a07782fbba601b7e0398a3b9ba162d2838c28162cd47e0738e67ef09c36

Contents?: true

Size: 206 Bytes

Versions: 5

Compression:

Stored size: 206 Bytes

Contents

Rails.application.routes.draw do
  scope '/globalize' do
    resource :translations, :only => [:show, :update], :as => 'globalize_translations', :controller => 'globalize_translations' do
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
exvo_globalize-0.3.1 config/routes.rb
exvo_globalize-0.3.0 config/routes.rb
exvo_globalize-0.2.1 config/routes.rb
exvo_globalize-0.2.0 config/routes.rb
exvo_globalize-0.1.0 config/routes.rb