Module: Amelia::ViewHelpers::ActionView

Defined in:
lib/amelia/view_helpers/action_view.rb

Defined Under Namespace

Classes: Greet

Instance Method Summary collapse

Instance Method Details



22
23
24
# File 'lib/amelia/view_helpers/action_view.rb', line 22

def link_to_name
   :span, "My Gem"
end

#new_method_from_gemObject



18
19
20
# File 'lib/amelia/view_helpers/action_view.rb', line 18

def new_method_from_gem
     'Hello World!'
end