Flowdock
filename_with_extensions(name) protected

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 16
      def filename_with_extensions(name)
        [name, format, handler].compact.join(".")
      end
Register or log in to add new notes.