Flowdock
create_root_folder() public

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/scaffold/scaffold_generator.rb, line 11
      def create_root_folder
        empty_directory File.join("app/views", controller_file_path)
      end
Register or log in to add new notes.