Sha256: 447f3995872efabb1188ead797c4ae6bdecf3139ac448b97aeb83514df4283d0
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 Bytes
Contents
require File.dirname(__FILE__) + '/../generator_helpers' class TaliaSwickyGenerator < Rails::Generator::Base include GeneratorHelpers def self_dir ; File.dirname(__FILE__) ; end def manifest record do |m| m.files_in 'app' m.files_in 'test' m.route "map.connect 'swicky_notebooks/context/:action', :controller => 'swicky_notebooks'" m.route "map.resources :swicky_notebooks, :path_prefix => 'users/:user_name'" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talia_core-0.7.0 | generators/talia_swicky/talia_swicky_generator.rb |