Problem in accessing create action

I had developed one web application using scaffold…Application
consists one controller(BOOKS). In BOOK controller 7 action are
presented(new,create,show,edit,destroy,list,index)…correspondingly in
views under BOOKS folder 4 rhtml files presented(
new.rhtml,list.rhtml,show.rthml,edit.rhtml)…I can able to access all
the actions(create,new,show…etc) presented in BOOKS controller from
views(rhtml files)…But i could not able to access “create” action from
other action(new,show,…etc) presented in BOOKS controller…i can able
to access remaining actions from different action in BOOKS controller…
How to access “create” action from other action in BOOKS controller?