Ruby actions and scope

what is the scope of actions inside of a controller? does each one have
it’s own or can they all mix.

is it that the ones in the application controller are global to
everything else and each other controller is limited to the actions in
their own controller file?