Sha256: e91ae3705794a1607b83843fb6dafee1e21dd9a6b36c06daca792d5b45bfe0e0
Contents?: true
Size: 303 Bytes
Versions: 27
Compression:
Stored size: 303 Bytes
Contents
class EnjuBookmark::SetupGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def setup rake("enju_bookmark_engine:install:migrations") inject_into_file 'app/models/user.rb', " enju_bookmark_user_model\n", :after => "enju_leaf_user_model\n" end
Version data entries
27 entries across 27 versions & 1 rubygems