Rails 4 rc2

This commit is contained in:
Cesidio Di Landa
2013-06-12 10:58:57 +02:00
parent 39ea68f466
commit 0c67e4e0b8
8 changed files with 101 additions and 85 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Load the rails application.
# Load the Rails application.
require File.expand_path('../application', __FILE__)
# Initialize the rails application.
# Initialize the Rails application.
Starterapp::Application.initialize!
+18
View File
@@ -0,0 +1,18 @@
# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
helpers:
actions: "Actions"
links:
back: "Back"
cancel: "Cancel"
confirm: "Are you sure?"
destroy: "Delete"
new: "New"
edit: "Edit"
titles:
edit: "Edit"
save: "Save"
new: "New"
delete: "Delete"