Flowdock
method

filename_with_extensions

Importance_0
filename_with_extensions(name, file_format = format) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/erb.rb, line 21
        def filename_with_extensions(name, file_format = format)
          [name, file_format, handler].compact.join(".")
        end
Register or log in to add new notes.