module Rails::Generators::Actions
def readme(path)
readme "README"
=== Example
Reads the given file at the source root and prints it in the console.
def readme(path) say File.read(find_in_source_paths(path)) end
def readme(path) say File.read(find_in_source_paths(path)) end