Sha256: 17317de4da88176709b472d656d7f4ca49cc4f06d720f219bbacd1a25de1a042
Contents?: true
Size: 381 Bytes
Versions: 7
Compression:
Stored size: 381 Bytes
Contents
module Bushido module Generators class BushidoGenerator < Rails::Generators::NamedBase namespace "bushido" source_root File.expand_path("../templates", __FILE__) desc "Generates a model with the given NAME (if one does not exist) with Bushido " << "configuration plus a migration file and devise routes." hook_for :orm end end end
Version data entries
7 entries across 7 versions & 1 rubygems