Skip to content

Commit

Permalink
rolling back last change as Rails set the format parameter with a def…
Browse files Browse the repository at this point in the history
…ault value
  • Loading branch information
leogalmeida committed Mar 10, 2014
1 parent 9adb840 commit c431db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rvmrc
Expand Up @@ -4,7 +4,7 @@
# development environment upon cd'ing into the directory

# First we specify our desired <ruby>[@<gemset>], the @gemset name is optional.
environment_id="ruby-1.9.3-p0@slim-rails"
environment_id="ruby-2.0.0-p353@slim-rails"

#
# Uncomment the following lines if you want to verify rvm version per project
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/slim/scaffold/scaffold_generator.rb
Expand Up @@ -7,7 +7,7 @@ class ScaffoldGenerator < Erb::Generators::ScaffoldGenerator

def copy_view_files
available_views.each do |view|
filename = filename_with_extensions view, :html
filename = filename_with_extensions view
template "#{view}.html.slim", File.join('app', 'views', controller_file_path, filename)
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/slim-rails/version.rb
@@ -1,5 +1,5 @@
module Slim
module Rails
VERSION = "2.1.1"
VERSION = "2.1.2"
end
end

0 comments on commit c431db7

Please sign in to comment.