Class: FlajaxPartialGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/flajax_partial/flajax_partial_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_flajax_partialObject



4
5
6
# File 'lib/generators/flajax_partial/flajax_partial_generator.rb', line 4

def create_flajax_partial
  directory 'flajax/', 'app/views/layouts/'
end