Flowdock
method

create_active_record_files

Importance_0
create_active_record_files() 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/rails/app/app_generator.rb, line 188
      def create_active_record_files
        return if options[:skip_active_record]
        build(:database_yml)
      end
Register or log in to add new notes.