Class: Embryo::RubyTemplate::Action

Inherits:
Embryo::RubyTemplate show all
Defined in:
lib/rails-embryo/ruby_template/action.rb

Direct Known Subclasses

Create, Destroy, Index, New, Show, Update

Defined Under Namespace

Classes: Create, Destroy, Index, New, Show, Update

Instance Method Summary collapse

Methods inherited from Embryo::RubyTemplate

#text

Constructor Details

#initialize(model) ⇒ Action

Returns a new instance of Action.



5
6
7
# File 'lib/rails-embryo/ruby_template/action.rb', line 5

def initialize(model)
  @model = model
end