Top Level Namespace
Defined Under Namespace
Modules: BrainDamage, RubySimpleParser
Classes: String
Instance Method Summary
collapse
Instance Method Details
#edit ⇒ Object
1
2
|
# File 'lib/generators/brain_damage/lib/controller/templates/public_methods/edit.rb', line 1
def edit
end
|
#get_partial_locals ⇒ Object
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
|
#show ⇒ Object
1
2
|
# File 'lib/generators/brain_damage/lib/controller/templates/public_methods/show.rb', line 1
def show
end
|