Top Level Namespace

Defined Under Namespace

Modules: BrainDamage, RubySimpleParser Classes: String

Instance Method Summary collapse

Instance Method Details

#editObject



1
2
# File 'lib/generators/brain_damage/lib/controller/templates/public_methods/edit.rb', line 1

def edit
end

#get_partial_localsObject



1
2
3
# File 'lib/generators/brain_damage/lib/controller/templates/private_methods/get_partial_locals.rb', line 1

def get_partial_locals
  params['partial_locals'] || {}
end

#showObject



1
2
# File 'lib/generators/brain_damage/lib/controller/templates/public_methods/show.rb', line 1

def show
end