Sha256: 867f09c5dcd62bd347c38f3180c8bc91e0bed15a6d87c2f685bbddc53d73ae54
Contents?: true
Size: 314 Bytes
Versions: 2
Compression:
Stored size: 314 Bytes
Contents
require 'rails/generators' module Nevaeh module Generators class InstallGenerator < Rails::Generators::Base def test_this puts "I am running an install" end def something_to_run_after puts "I am doing this because I think I want this in my development updates to run after I drop tables and shit" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nevaeh-0.1.1 | lib/generators/nevaeh/install_generator.rb |
nevaeh-0.1.0 | lib/generators/nevaeh/install_generator.rb |