Sha256: dce49940492465b79e37537f4d83d51c87f1bdc6ecc1ead53dd0149b910f031c
Contents?: true
Size: 274 Bytes
Versions: 25
Compression:
Stored size: 274 Bytes
Contents
module Etherlite class InitGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) desc "Initializes the app to work with etherlite" def create_index template("etherlite.yml", "config/etherlite.yml") end end end
Version data entries
25 entries across 25 versions & 1 rubygems