# 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