2016-04-25 00:47:31 +00:00
|
|
|
class PlainpageController < ApplicationController
|
2016-06-17 15:15:44 +00:00
|
|
|
|
2016-04-25 00:47:31 +00:00
|
|
|
def index
|
2016-06-17 15:15:44 +00:00
|
|
|
flash[:success ] = "Success Flash Message: Welcome to GentellelaOnRails"
|
|
|
|
#other alternatives are
|
|
|
|
# flash[:warn ] = "Israel don't quite like warnings"
|
|
|
|
#flash[:danger ] = "Naomi let the dog out!"
|
2016-04-25 00:47:31 +00:00
|
|
|
end
|
2016-06-17 15:15:44 +00:00
|
|
|
|
2016-04-25 00:47:31 +00:00
|
|
|
end
|