Class: SmsOnRailsController

Inherits:
ApplicationController
  • Object
show all
Includes:
SmsOnRails::CreationSupport
Defined in:
app/controllers/sms_on_rails_controller.rb

Instance Method Summary collapse

Methods included from SmsOnRails::CreationSupport

#create, #create_sms_draft, #edit, #new, #send_sms, #show

Instance Method Details

#indexObject



8
9
10
11
12
# File 'app/controllers/sms_on_rails_controller.rb', line 8

def index
   respond_to do |format|
    format.html { render :action => 'index.html.erb' }
  end
end