Sha256: 3b2bf34598dcd95c52dd98434a3ef926ec0317201003d960997124a46c5e6362
Contents?: true
Size: 318 Bytes
Versions: 1
Compression:
Stored size: 318 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nevaeh-0.1.2 | lib/generators/nevaeh/install_generator.rb |